home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 407 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  55 lines

  1. Path: news.mistral.co.uk!mailhost!not-for-mail
  2. From: lars@mistral.co.uk (Lars Janssen)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: AMosaic and Downloading Files with ▀ in there names
  5. Date: 12 Jan 1996 22:55:55 GMT
  6. Organization: Mistral Internet (Brighton)
  7. Message-ID: <4d6otr$2l6@news.mistral.co.uk>
  8. References: <780.6579T599T2365@kncowans.demon.co.uk>
  9. NNTP-Posting-Host: line10.mistral.co.uk
  10. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  11.  
  12. Kevin Cowans (kevin@kncowans.demon.co.uk) wrote:
  13. > I have just noticed another peculiarity (BUG) with AMosaic 2 Pre3.
  14. > I tried to download the new SortMail Script from the THOR HomePage and was
  15. > promptly informed that no such file / directory existed.
  16. > Guess what.
  17. > This file had the Beta (▀) character in its name.
  18. > I then used MFTP and everything was fine.
  19. > Anybody come across this problem, and if so have you found a fix for it?
  20.  
  21. Not sure if this will help or not, but it's worth a try...
  22.  
  23. Are you aware of the escaping mechanism used in URLs?  A URL can't
  24. contain certain characters, even spaces are illegal.  But by
  25. inserting a "%" sign and the hexadecimal value, you can access any
  26. file.
  27.  
  28. For example, if you had a file on your web local server called
  29. "silly name.html", you would have to ask for:
  30.  
  31. http://localhost/silly%20name.html
  32.  
  33. %20 is the hex code for a space (chances are you knew this anyway).
  34. So for your Beta character, you'd need too insert %df (I think!)
  35.  
  36. I'm only guessing that AMosaic expects the same for files it retrievs
  37. by FTP, as I haven't tried it.
  38.  
  39. Lars.
  40.  
  41.  
  42. -- 
  43.  
  44.      *-*        Lars Janssen -->  lars@mistral.co.uk        *-*
  45.      *-*      http://www.mistral.co.uk/lars/index.html      *-*
  46.      *-*    (PGP public key available at above homepage)    *-*
  47.  
  48.